Other Functions

The following functions are available globally.

  • Compares whether two option sets contain the same elements.

    Declaration

    Swift

    public func == (lhs: LaunchOptionsSet, rhs: LaunchOptionsSet) -> Bool

    Parameters

    lhs

    Compared element.

    rhs

    Compared element.

    Return Value

    Result of the operation.